go/ast.ChanType.Arrow (field)

5 uses

	go/ast (current package)
		ast.go#L488: 		Arrow token.Pos // position of "<-" (token.NoPos if there is no "<-")

	go/parser
		parser.go#L1352: 	return &ast.ChanType{Begin: pos, Arrow: arrow, Dir: dir, Value: value}
		parser.go#L1846: 					p.errorExpected(typ.Arrow, "'chan'")
		parser.go#L1848: 				arrow, typ.Begin, typ.Arrow = typ.Arrow, arrow, arrow